home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mint110s.zoo / version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-14  |  186 b   |  13 lines

  1. #define MAJ_VERSION    1
  2. #define MIN_VERSION    10
  3.  
  4. #ifndef MULTITOS
  5. #define BETA
  6. #endif
  7.  
  8. #ifdef BETA
  9. #define VERS_STRING    "%d.%02d BETA"
  10. #else
  11. #define VERS_STRING    "%d.%02d"
  12. #endif
  13.